[INFO] fetching crate skeg-core 0.3.1...
[INFO] fixing skeg-core-0.3.1 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate skeg-core 0.3.1 into /workspace/builds/worker-4-tc1/source
[INFO] started tweaking crates.io crate skeg-core 0.3.1
[INFO] finished tweaking crates.io crate skeg-core 0.3.1
[INFO] tweaked toml for crates.io crate skeg-core 0.3.1 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate skeg-core 0.3.1 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate skeg-core 0.3.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded skeg-platform v0.1.3
[INFO] [stderr]   Downloaded skeg-telemetry v0.2.1
[INFO] [stderr]   Downloaded skeg-proto v0.1.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] e5afe38f613be295a3a60df074a6cddca192a979e7c5554503901e5898cb654d
[INFO] running `Command { std: "docker" "start" "e5afe38f613be295a3a60df074a6cddca192a979e7c5554503901e5898cb654d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e5afe38f613be295a3a60df074a6cddca192a979e7c5554503901e5898cb654d" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e5afe38f613be295a3a60df074a6cddca192a979e7c5554503901e5898cb654d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e5afe38f613be295a3a60df074a6cddca192a979e7c5554503901e5898cb654d" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking skeg-telemetry v0.2.1
[INFO] [stderr]     Checking rand v0.9.4
[INFO] [stderr]     Checking ahash v0.8.12
[INFO] [stderr]     Checking skeg-proto v0.1.2
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking proptest v1.11.0
[INFO] [stderr]     Checking tokio v1.52.3
[INFO] [stderr]     Checking skeg-platform v0.1.3
[INFO] [stderr]     Checking skeg-core v0.3.1 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0425]: cannot find function `set_durability_model_for_tests` in module `skeg_platform::durability`
[INFO] [stdout]    --> src/group_commit.rs:323:36
[INFO] [stdout]     |
[INFO] [stdout] 323 |         skeg_platform::durability::set_durability_model_for_tests(
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `skeg_platform::durability`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/skeg-platform-0.1.3/src/durability.rs:119:8
[INFO] [stdout]     |
[INFO] [stdout] 118 | #[cfg(any(test, feature = "testing"))]
[INFO] [stdout]     |          --------------------------- the item is gated here
[INFO] [stdout] 119 | pub fn set_durability_model_for_tests(model: DurabilityModel) {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `set_durability_model_for_tests` in module `durability`
[INFO] [stdout]    --> src/group_commit.rs:533:25
[INFO] [stdout]     |
[INFO] [stdout] 533 |             durability::set_durability_model_for_tests(model);
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `durability`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/skeg-platform-0.1.3/src/durability.rs:119:8
[INFO] [stdout]     |
[INFO] [stdout] 118 | #[cfg(any(test, feature = "testing"))]
[INFO] [stdout]     |          --------------------------- the item is gated here
[INFO] [stdout] 119 | pub fn set_durability_model_for_tests(model: DurabilityModel) {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `reset_durability_model_cache_for_tests` in module `durability`
[INFO] [stdout]    --> src/group_commit.rs:547:21
[INFO] [stdout]     |
[INFO] [stdout] 547 |         durability::reset_durability_model_cache_for_tests();
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `durability`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/skeg-platform-0.1.3/src/durability.rs:126:8
[INFO] [stdout]     |
[INFO] [stdout] 125 | #[cfg(any(test, feature = "testing"))]
[INFO] [stdout]     |          --------------------------- the item is gated here
[INFO] [stdout] 126 | pub fn reset_durability_model_cache_for_tests() {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `set_durability_model_for_tests` in module `durability`
[INFO] [stdout]    --> benches/sharded_commit.rs:58:17
[INFO] [stdout]     |
[INFO] [stdout]  58 |     durability::set_durability_model_for_tests(model);
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `durability`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/skeg-platform-0.1.3/src/durability.rs:119:8
[INFO] [stdout]     |
[INFO] [stdout] 118 | #[cfg(any(test, feature = "testing"))]
[INFO] [stdout]     |          --------------------------- the item is gated here
[INFO] [stdout] 119 | pub fn set_durability_model_for_tests(model: DurabilityModel) {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `skeg-core` (bench "sharded_commit") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `skeg-core` (lib test) due to 3 previous errors
[INFO] running `Command { std: "docker" "inspect" "e5afe38f613be295a3a60df074a6cddca192a979e7c5554503901e5898cb654d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e5afe38f613be295a3a60df074a6cddca192a979e7c5554503901e5898cb654d", kill_on_drop: false }`
[INFO] [stdout] e5afe38f613be295a3a60df074a6cddca192a979e7c5554503901e5898cb654d
